home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Macintosh Tracker 1.20 / source / Tracker Client Folder / Core 18⁄March⁄1994 / CEnclosure.h < prev    next >
Encoding:
Text File  |  1993-06-12  |  941 b   |  12 lines  |  [TEXT/KAHL]

  1. n    DoKeyDown(MyEventRec Event);
  2.         MyBoolean    DoMouseMoved(MyEventRec Event);
  3.         void            DoUpdate(void);
  4.         void            DoSuspend(void);
  5.         void            DoResume(void);
  6.         MyBoolean    DoMenuCommand(ushort MenuCommandValue);
  7.         void            EnableMenuItems(void);
  8.         void            RecalcLocations(LongPoint EnclosureVisRectStart,
  9.                                 LongPoint EnclosureVisRectExtent, LongPoint EnclosureOrigin);
  10.         void            DoEnclosureResized(LongPoint EnclosureExtentAdjust);
  11.     };
  12.